<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* CSS Document */

#certify {
	position: relative;
	width: 100%;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width:1000px;
	background: #fff;
	box-sizing: border-box;
	/*box-shadow: 0 8px 30px #ddd;*/
	position:relative;
}
#certify  .swiper-slide:before{
   position:absolute;content:'';top:0;left:0;background:rgba(0, 0, 0, 0.5);
   width:100%;height:100%;
}
#certify .swiper-slide-active:before{
   display:none;
}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
}
#certify .swiper-pagination {
	position: static;
	width: 400px;
	margin: 0 auto;
	margin-top: 40px;
}
#certify .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #ea6c03;
	
}
#certify .item-box{
	box-sizing: border-box;
}</pre></body></html>